 |
API Documentation
|
|
|
Encompasses all API of component NilkinsScripts.
Definition: Environment.h:7
@ INTERPRETER_UNKNOWN
The interpreter for the script is unknown.
@ UNKNOWN
An unknown error.
bool _success
If the loading was a success (true) or not (false).
Definition: CompilationResult.h:29
Holds information about script loading attempt.
Definition: CompilationResult.h:24
@ NO_ERROR
No error, compilation went fine.
@ MEMORY_ALLOCATION
Could not allocate memory when needed.
@ SYNTAX
Syntax parsing error in sources.
COMPILATION_FAILURE_TYPE
Describes compilation failure types.
Definition: CompilationResult.h:12
std::string _failureMessage
The failure description, if any.
Definition: CompilationResult.h:25
COMPILATION_FAILURE_TYPE _failureType
The failure type, if any.
Definition: CompilationResult.h:27